home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / internet / sfm10b6.zip / DEFAULT.SFM < prev    next >
Text File  |  1996-11-23  |  1KB  |  71 lines

  1. ; Default SFM config file
  2. ;************************
  3.  
  4. ; Host name
  5.  
  6. Host = local
  7.  
  8. ; User name (default is 'anonymous')
  9.  
  10. User = ftp
  11.  
  12. ; Password (default is '-mirror@')
  13.  
  14. Password = -mirror@
  15.  
  16. ; Remote system type (default is 'Auto' - autodetect)
  17. ; Valid types are : Unix, OS2, Netware
  18. ; Warning !!! Be carefull with this parameter
  19.  
  20. Remote = Auto
  21.  
  22. ; Login retries and timeout between each retry
  23. ; Default is 1 try; 0 - continuous
  24. ; Defualt timeout is 5 sec
  25.  
  26. LoginRetries = 10, 5
  27.  
  28. ; Port to connect (default is 21)
  29.  
  30. Port = 21
  31.  
  32. ; Mirror log (default is 'Mirror.Log')
  33.  
  34. Log = default.mir
  35.  
  36. ; Pausing xx seconds after mirror or waiting for any key
  37. ; To disable it set value 0
  38.  
  39. PauseAfterMirror = 0
  40.  
  41. StartupRemoteDir = /
  42.  
  43. StartupLocalDir  = D:\Tmp
  44.  
  45. ; Warning !!! Not implemented yet
  46.  
  47. DefaultMode = 1
  48. ; 0 - only files in current dir
  49. ; 1 - mirror whole tree    (default)
  50. ; 2 - tree -> single dir
  51.  
  52. ; Force SFM to REGET files (default is 'No')
  53. ; Warning !!! Not tested
  54.  
  55. ForceReGet = No
  56.  
  57. ; Start date to mirror
  58. ; You may use '-7' to mirror files not more than 7 days old
  59.  
  60. StartDate   = -70
  61.  
  62. ExcludeMask = *.bak;*.bbs;*.diz;descript.ion
  63.  
  64. ; IncludeMask = a*.exe       !!! Not implemented yet
  65.  
  66. ; List of directories to be mirrored
  67. ; RemoteFiles; LocalDir  { ;Mode; StartDate; Mask}
  68.  
  69. Dir = d/util/arvid;Arvid
  70.  
  71.